PESetGraphTypeInfo

Use PESetGraphTypeInfo to set the type of the specified chart.

C Syntax
BOOL CRPE_API PESetGraphTypeInfo (
        short printJob,
        short sectionN,
        short graphN,
        PEGraphTypeInfo FAR *graphTypeInfo );
Parameters

printJob

Specifies the print job for which you want to set chart type information.

sectionN

Specifies the number of the section in which the chart appears. This parameter should be within the range obtained by PEGetNSections.

graphN

Specifies for which chart within the section you want to set the type. This value is 0-based. Charts are numbered based on their order of insertion into the report.

graphTypeInfo

Specifies a pointer to PEGraphTypeInfo, which will contain the new information.

Returns
VB Syntax
Declare Function PESetGraphTypeInfo Lib "crpe32.dll" (
    ByVal printJob As Integer, ByVal sectionN As Integer,
    ByVal graphN As Integer, graphTypeInfo As PEGraphTypeInfo ) As Integer
Delphi Syntax
function PESetGraphTypeInfo (
printJob : Smallint;
sectionN : Smallint;
graphN : Smallint;
var graphTypeInfo : PEGraphTypeInfo): Bool; {$ifdef WIN32} stdcall; {$endif}


Seagate Software IMG Holdings, Inc.
http://www.seagatesoftware.com
Support services:
http://support.seagatesoftware.com